home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / hal / fdi / policy / preferences.fdi
Extensible Markup Language  |  2009-10-05  |  673b  |  25 lines

  1. <?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
  2.  
  3. <!-- 
  4.   Some examples how to use hal fdi files for system preferences 
  5.   You can either uncomment the examples here or put them in a seperate .fdi
  6.   file.
  7. -->
  8. <deviceinfo version="0.2">
  9. <!-- 
  10.   The following shows how to hint gnome-volume-manager and other programs 
  11.   that honor the storage.automount_enabled_hint to not mount non-removable
  12.   media.
  13. -->
  14. <!--
  15.   <device>
  16.     <match key="storage.hotpluggable" bool="false">
  17.       <match key="storage.removable" bool="false">
  18.         <merge key="storage.automount_enabled_hint" type="bool">false</merge>
  19.       </match>
  20.     </match>
  21.   </device>
  22. -->
  23. </deviceinfo>
  24.  
  25.